home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-13 | 1.4 KB | 65 lines |
- [SUBJECT]
- Description=Displays a scrolling text banner in a text box - 3rd variant
- ImageIndex=-1
- Folder=Text Effects
-
-
- [HEAD_TEXT]
- ;<script language="JavaScript">
- ;<!-- begin script
- ;var msgBan3, msgBan3b, string3 = "", stringPart3, delayBan3, ban3;
- ;msgBan3="`message`";
- ;function banniere3() {
- ; delayBan3 = `delay`;
- ; if (string3.length == 0) {
- ; string3 = " ";
- ; msgBan3b = msgBan3;
- ; stringPart3 = "";
- ; }
- ; else if (string3.length == 1) {
- ; while (msgBan3b.substring(0, 1) == " ") {
- ; stringPart3 = stringPart3 + string3;
- ; string3 = msgBan3b.substring(0, 1);
- ; msgBan3b = msgBan3b.substring(1, msgBan3b.length);
- ; }
- ; stringPart3 = stringPart3 + string3;
- ; string3 = msgBan3b.substring(0, 1);
- ; msgBan3b = msgBan3b.substring(1, msgBan3b.length);
- ; }
- ; else string3 = string3.substring(10, string3.length);
- ;
- ; document.formBan3.Fbanniere3.value = stringPart3 + string3;
- ; ban3 = window.setTimeout('banniere3(delayBan3)',delayBan3);
- ;}
- ;// end script -->
- ;</script>
- ;
-
-
- [BODY_TAG]
- ;onLoad="banniere3();" onUnload="clearTimeout(ban3)"
-
-
- [BODY_TEXT]
- ;<form name="formBan3">
- ;<input type="text" name="Fbanniere3" size="`width`"><br>
- ;</form>
- ;
-
-
- [`message`]
- Kind=S
- Value=This text is the preview of your result.
-
-
- [`delay`]
- Kind=N
- Value=100
-
-
- [`width`]
- Kind=N
- Value=40
-
-
-